论文基本信息 2021 | ICLR | Categorical Normalizing Flows via Continuous Transformations | Phillip Lippe and Efstratios Gavves 背景 提出的方法 实验 实验中使用的标准化流由一系列逻辑混合 ...
分类:
其他好文 时间:
2021-02-15 12:19:07
阅读次数:
0
https://codeforces.com/contest/1473/problem/E vector存图: 1 #define bug(x) cout<<#x<<" is "<<x<<endl 2 #define IO std::ios::sync_with_stdio(0),cin.tie(0 ...
分类:
其他好文 时间:
2021-02-15 12:17:20
阅读次数:
0
出现原因 finalshell意外终止,导致ssh连接意外终止 之后怎么都连不上虚拟机的ssh,一看是虚拟机的ssh已经被意外暂停,可能是跟finalshell的意外终止有关 解决 chmod 600 /etc/ssh/ssh_host_rsa_key chmod 600 /etc/ssh/ssh_ ...
分类:
其他好文 时间:
2021-02-15 12:17:03
阅读次数:
0
我的wincc软件出了毛病,于是ghost回去了。登录sql server2008的时候,使用sql账户登录提示了18456错误。按照网上的提示做了以下处理后正常登录了。 1. 先使用windows系统安全方式登录sql server管理器。由于我是用的是sa账户登录,打开安全性,找到sa账户,确保 ...
分类:
数据库 时间:
2021-02-15 12:13:16
阅读次数:
0
一、vue-element-admin 1、简介 而vue-element-admin是基于element-ui 的一套后台管理系统集成方案。 **功能:**https://panjiachen.github.io/vue-element-admin-site/zh/guide/#功能 **GitH ...
分类:
其他好文 时间:
2021-02-15 12:12:46
阅读次数:
0
一、跨域问题 当通过一个地址去访问另一个地址的过程中,有三个地方的任何一个不一样就会存在跨域问题,前后端交互的项目经常遇到跨域问题。 协议 ip地址 端口号 本项目前端: http://localhost:9528/ ? 后端: http://localhost:8989/ 端口号不一致存在跨域问题 ...
分类:
其他好文 时间:
2021-02-15 12:12:12
阅读次数:
0
服务器下安装nginx sudo apt-get install nginx nginx的文件配置 服务地址:/etc/init.d/nginx 配置地址:/etc/nginx/ 如:/etc/nginx/nginx.conf Web默认目录:/usr/share/nginx/http/ 如:usr ...
分类:
其他好文 时间:
2021-02-15 12:10:22
阅读次数:
0
学习资料汇总 https://blog.csdn.net/richgene/article/details/80481044 https://blog.csdn.net/antkillerfarm/article/details/78082564 国内资源 1、中文知识图谱资料库(http://op ...
分类:
其他好文 时间:
2021-02-15 12:09:44
阅读次数:
0
位运算,只有两种状态,可以使用Bitmaps Bitmaps位图,数据结构!都是操作二进制位来进行记录,就只有0和1两个状态! 案例场景:365打卡。 1.利用setbit命令添加 127.0.0.1:6379> setbit sign 0 1 (integer) 0 127.0.0.1:6379> ...
分类:
其他好文 时间:
2021-02-15 12:09:04
阅读次数:
0
案例源码 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="view ...
分类:
其他好文 时间:
2021-02-15 12:06:54
阅读次数:
0